home *** CD-ROM | disk | FTP | other *** search
- property ancestor
- global gAlertWin, gGraphWizard
-
- on beginSprite me
- spNum = me.spriteNum
- spLoc = the loc of sprite spNum
- ancestor = new(script("generic button"), "new range", "internal", spNum, spLoc, me)
- Inscope(ancestor)
- return me
- end
-
- on exitFrame me
- doRollover(ancestor)
- end
-
- on mouseDown me
- trackMouse(ancestor)
- end
-
- on performFunction me
- tell window("Graph Wizard")
- outScope(gGraphWizard)
- goToPage(gGraphWizard, getPage(gGraphWizard, 3))
- end tell
- closeMe(gAlertWin)
- end
-